home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Merciful 2
/
Merciful - Disc 2.iso
/
software
/
d
/
databasev3.1reg.lha
/
db3.1
/
Examples
/
ARexxDemos
/
multiview.db
< prev
next >
Wrap
Text File
|
1996-01-01
|
318b
|
17 lines
/* Rexxprogram for db that passes data in the current field to multiview */
/* By David Ekholm */
Options Results
BLOCKINPUT
GETFIELD
file = RESULT
IF RC = "0" THEN DO
IF EXISTS(file) THEN
ADDRESS COMMAND "run >nil: Multiview " '"'file'"'
ELSE
OKAY1 "`"file"' does not exist."
END
FREEINPUT